cody - HTMLify profile

cody
4270 Files
634377 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/121 - ChargingStatus
body{
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #0E0A2F;
position: relative;
font-size: 16px;
display: flex;
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #0E0A2F;
position: relative;
font-size: 16px;
display: flex;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
const display=document.querySelector('.what');
const batterypercent=document.querySelector('.batteryIndicator');
const getInfo=navigator.getBattery();
const chargingAni=document.querySelector('.selecting');
// navigator.getBattery().then(function(battery) {
// console.log(battery)
// var level = battery.level;
const batterypercent=document.querySelector('.batteryIndicator');
const getInfo=navigator.getBattery();
const chargingAni=document.querySelector('.selecting');
// navigator.getBattery().then(function(battery) {
// console.log(battery)
// var level = battery.level;
This is Basic App indicating the status of the Battery Information like wheather the the battery is
charging or not And battery Percent like features And has Amazing UI effect. This is built using
Frontend Technologies and Javascript.
charging or not And battery Percent like features And has Amazing UI effect. This is built using
Frontend Technologies and Javascript.